object Form16: TForm16 Left = 173 Top = 131 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Textarea' ClientHeight = 126 ClientWidth = 259 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 32 Top = 8 Width = 217 Height = 81 end object Label1: TLabel Left = 42 Top = 24 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 42 Top = 56 Width = 30 Height = 13 Caption = 'Rows:' end object Label3: TLabel Left = 138 Top = 56 Width = 43 Height = 13 Caption = 'Columns:' end object Image1: TImage Left = 8 Top = 8 Width = 16 Height = 18 AutoSize = True Picture.Data = {} end object Edit1: TEdit Left = 80 Top = 16 Width = 153 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 80 Top = 48 Width = 33 Height = 21 TabOrder = 1 Text = '0' end object Edit3: TEdit Left = 184 Top = 48 Width = 33 Height = 21 TabOrder = 2 Text = '0' end object UpDown1: TUpDown Left = 113 Top = 48 Width = 15 Height = 21 Associate = Edit2 Min = 0 Position = 0 TabOrder = 3 Wrap = False end object UpDown2: TUpDown Left = 217 Top = 48 Width = 15 Height = 21 Associate = Edit3 Min = 0 Position = 0 TabOrder = 4 Wrap = False end object Button1: TButton Left = 120 Top = 96 Width = 57 Height = 25 Caption = 'Ok' Default = True TabOrder = 5 OnClick = Button1Click end object Button2: TButton Left = 184 Top = 96 Width = 65 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 6 OnClick = Button2Click end end